home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / python-support / python2.6 / rdflib / RDFS.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  732 b   |  21 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from rdflib.Namespace import Namespace
  5. RDFSNS = Namespace('http://www.w3.org/2000/01/rdf-schema#')
  6. Resource = RDFSNS['Resource']
  7. Class = RDFSNS['Class']
  8. subClassOf = RDFSNS['subClassOf']
  9. subPropertyOf = RDFSNS['subPropertyOf']
  10. comment = RDFSNS['comment']
  11. label = RDFSNS['label']
  12. domain = RDFSNS['domain']
  13. range = RDFSNS['range']
  14. seeAlso = RDFSNS['seeAlso']
  15. isDefinedBy = RDFSNS['isDefinedBy']
  16. Literal = RDFSNS['Literal']
  17. Container = RDFSNS['Container']
  18. ContainerMembershipProperty = RDFSNS['ContainerMembershipProperty']
  19. member = RDFSNS['member']
  20. Datatype = RDFSNS['Datatype']
  21.